go/parser.parser.inRhs (field)
8 uses
go/parser (current package)
parser.go#L70: inRhs bool // if set, the parser is parsing a rhs expression
parser.go#L511: old := p.inRhs
parser.go#L512: p.inRhs = inRhs
parser.go#L514: p.inRhs = old
parser.go#L1865: if p.inRhs && tok == token.ASSIGN {
parser.go#L1910: old := p.inRhs
parser.go#L1911: p.inRhs = true
parser.go#L1913: p.inRhs = old
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)